derelict.purple.notify

Undocumented in source.

Members

Aliases

PurpleNotifyCloseCallback
alias PurpleNotifyCloseCallback = void function(void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PurpleNotifyMsgType
alias PurpleNotifyMsgType = _Anonymous_1
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PurpleNotifySearchButton
alias PurpleNotifySearchButton = _Anonymous_6
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PurpleNotifySearchButtonType
alias PurpleNotifySearchButtonType = _Anonymous_2
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PurpleNotifySearchColumn
alias PurpleNotifySearchColumn = _Anonymous_5
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PurpleNotifySearchResults
alias PurpleNotifySearchResults = _Anonymous_3
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PurpleNotifySearchResultsCallback
alias PurpleNotifySearchResultsCallback = void function(_PurpleConnection*, _GList*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PurpleNotifyType
alias PurpleNotifyType = _Anonymous_0
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PurpleNotifyUiOps
alias PurpleNotifyUiOps = _Anonymous_7
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PurpleNotifyUserInfo
alias PurpleNotifyUserInfo = _PurpleNotifyUserInfo
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PurpleNotifyUserInfoEntry
alias PurpleNotifyUserInfoEntry = _PurpleNotifyUserInfoEntry
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PurpleNotifyUserInfoEntryType
alias PurpleNotifyUserInfoEntryType = _Anonymous_4
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_notify_close
alias da_purple_notify_close = void function(PurpleNotifyType type, void* ui_handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_notify_close_with_handle
alias da_purple_notify_close_with_handle = void function(void* handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_notify_email
alias da_purple_notify_email = void* function(void* handle, const(char)* subject, const(char)* from, const(char)* to, const(char)* url, PurpleNotifyCloseCallback cb, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_notify_emails
alias da_purple_notify_emails = void* function(void* handle, size_t count, gboolean detailed, const(char*)* subjects, const(char*)* froms, const(char*)* tos, const(char*)* urls, PurpleNotifyCloseCallback cb, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_notify_formatted
alias da_purple_notify_formatted = void* function(void* handle, const(char)* title, const(char)* primary, const(char)* secondary, const(char)* text, PurpleNotifyCloseCallback cb, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_notify_get_handle
alias da_purple_notify_get_handle = void* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_notify_get_ui_ops
alias da_purple_notify_get_ui_ops = PurpleNotifyUiOps* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_notify_init
alias da_purple_notify_init = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_notify_message
alias da_purple_notify_message = void* function(void* handle, PurpleNotifyMsgType type, const(char)* title, const(char)* primary, const(char)* secondary, PurpleNotifyCloseCallback cb, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_notify_searchresults
alias da_purple_notify_searchresults = void* function(PurpleConnection* gc, const(char)* title, const(char)* primary, const(char)* secondary, PurpleNotifySearchResults* results, PurpleNotifyCloseCallback cb, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_notify_searchresults_button_add
alias da_purple_notify_searchresults_button_add = void function(PurpleNotifySearchResults* results, PurpleNotifySearchButtonType type, PurpleNotifySearchResultsCallback cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_notify_searchresults_button_add_labeled
alias da_purple_notify_searchresults_button_add_labeled = void function(PurpleNotifySearchResults* results, const(char)* label, PurpleNotifySearchResultsCallback cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_notify_searchresults_column_add
alias da_purple_notify_searchresults_column_add = void function(PurpleNotifySearchResults* results, PurpleNotifySearchColumn* column)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_notify_searchresults_column_get_title
alias da_purple_notify_searchresults_column_get_title = char* function(PurpleNotifySearchResults* results, uint column_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_notify_searchresults_column_new
alias da_purple_notify_searchresults_column_new = PurpleNotifySearchColumn* function(const(char)* title)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_notify_searchresults_free
alias da_purple_notify_searchresults_free = void function(PurpleNotifySearchResults* results)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_notify_searchresults_get_columns_count
alias da_purple_notify_searchresults_get_columns_count = guint function(PurpleNotifySearchResults* results)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_notify_searchresults_get_rows_count
alias da_purple_notify_searchresults_get_rows_count = guint function(PurpleNotifySearchResults* results)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_notify_searchresults_new
alias da_purple_notify_searchresults_new = PurpleNotifySearchResults* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_notify_searchresults_new_rows
alias da_purple_notify_searchresults_new_rows = void function(PurpleConnection* gc, PurpleNotifySearchResults* results, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_notify_searchresults_row_add
alias da_purple_notify_searchresults_row_add = void function(PurpleNotifySearchResults* results, GList* row)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_notify_searchresults_row_get
alias da_purple_notify_searchresults_row_get = GList* function(PurpleNotifySearchResults* results, uint row_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_notify_set_ui_ops
alias da_purple_notify_set_ui_ops = void function(PurpleNotifyUiOps* ops)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_notify_uninit
alias da_purple_notify_uninit = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_notify_uri
alias da_purple_notify_uri = void* function(void* handle, const(char)* uri)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_notify_user_info_add_pair
alias da_purple_notify_user_info_add_pair = void function(PurpleNotifyUserInfo* user_info, const(char)* label, const(char)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_notify_user_info_add_pair_plaintext
alias da_purple_notify_user_info_add_pair_plaintext = void function(PurpleNotifyUserInfo* user_info, const(char)* label, const(char)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_notify_user_info_add_section_break
alias da_purple_notify_user_info_add_section_break = void function(PurpleNotifyUserInfo* user_info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_notify_user_info_add_section_header
alias da_purple_notify_user_info_add_section_header = void function(PurpleNotifyUserInfo* user_info, const(char)* label)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_notify_user_info_destroy
alias da_purple_notify_user_info_destroy = void function(PurpleNotifyUserInfo* user_info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_notify_user_info_entry_get_label
alias da_purple_notify_user_info_entry_get_label = const(gchar)* function(PurpleNotifyUserInfoEntry* user_info_entry)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_notify_user_info_entry_get_type
alias da_purple_notify_user_info_entry_get_type = PurpleNotifyUserInfoEntryType function(PurpleNotifyUserInfoEntry* user_info_entry)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_notify_user_info_entry_get_value
alias da_purple_notify_user_info_entry_get_value = const(gchar)* function(PurpleNotifyUserInfoEntry* user_info_entry)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_notify_user_info_entry_new
alias da_purple_notify_user_info_entry_new = PurpleNotifyUserInfoEntry* function(const(char)* label, const(char)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_notify_user_info_entry_set_label
alias da_purple_notify_user_info_entry_set_label = void function(PurpleNotifyUserInfoEntry* user_info_entry, const(char)* label)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_notify_user_info_entry_set_type
alias da_purple_notify_user_info_entry_set_type = void function(PurpleNotifyUserInfoEntry* user_info_entry, PurpleNotifyUserInfoEntryType type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_notify_user_info_entry_set_value
alias da_purple_notify_user_info_entry_set_value = void function(PurpleNotifyUserInfoEntry* user_info_entry, const(char)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_notify_user_info_get_entries
alias da_purple_notify_user_info_get_entries = GList* function(PurpleNotifyUserInfo* user_info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_notify_user_info_get_text_with_newline
alias da_purple_notify_user_info_get_text_with_newline = char* function(PurpleNotifyUserInfo* user_info, const(char)* newline)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_notify_user_info_new
alias da_purple_notify_user_info_new = PurpleNotifyUserInfo* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_notify_user_info_prepend_pair
alias da_purple_notify_user_info_prepend_pair = void function(PurpleNotifyUserInfo* user_info, const(char)* label, const(char)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_notify_user_info_prepend_section_break
alias da_purple_notify_user_info_prepend_section_break = void function(PurpleNotifyUserInfo* user_info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_notify_user_info_prepend_section_header
alias da_purple_notify_user_info_prepend_section_header = void function(PurpleNotifyUserInfo* user_info, const(char)* label)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_notify_user_info_remove_entry
alias da_purple_notify_user_info_remove_entry = void function(PurpleNotifyUserInfo* user_info, PurpleNotifyUserInfoEntry* user_info_entry)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_notify_user_info_remove_last_item
alias da_purple_notify_user_info_remove_last_item = void function(PurpleNotifyUserInfo* user_info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_notify_userinfo
alias da_purple_notify_userinfo = void* function(PurpleConnection* gc, const(char)* who, PurpleNotifyUserInfo* user_info, PurpleNotifyCloseCallback cb, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

_Anonymous_0
enum _Anonymous_0
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_Anonymous_1
enum _Anonymous_1
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_Anonymous_2
enum _Anonymous_2
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_Anonymous_4
enum _Anonymous_4
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

purple_notify_close
void purple_notify_close(PurpleNotifyType type, void* ui_handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_close_with_handle
void purple_notify_close_with_handle(void* handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_email
void* purple_notify_email(void* handle, const(char)* subject, const(char)* from, const(char)* to, const(char)* url, PurpleNotifyCloseCallback cb, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_emails
void* purple_notify_emails(void* handle, size_t count, gboolean detailed, const(char*)* subjects, const(char*)* froms, const(char*)* tos, const(char*)* urls, PurpleNotifyCloseCallback cb, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_formatted
void* purple_notify_formatted(void* handle, const(char)* title, const(char)* primary, const(char)* secondary, const(char)* text, PurpleNotifyCloseCallback cb, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_get_handle
void* purple_notify_get_handle()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_get_ui_ops
PurpleNotifyUiOps* purple_notify_get_ui_ops()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_init
void purple_notify_init()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_message
void* purple_notify_message(void* handle, PurpleNotifyMsgType type, const(char)* title, const(char)* primary, const(char)* secondary, PurpleNotifyCloseCallback cb, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_searchresults
void* purple_notify_searchresults(PurpleConnection* gc, const(char)* title, const(char)* primary, const(char)* secondary, PurpleNotifySearchResults* results, PurpleNotifyCloseCallback cb, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_searchresults_button_add
void purple_notify_searchresults_button_add(PurpleNotifySearchResults* results, PurpleNotifySearchButtonType type, PurpleNotifySearchResultsCallback cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_searchresults_button_add_labeled
void purple_notify_searchresults_button_add_labeled(PurpleNotifySearchResults* results, const(char)* label, PurpleNotifySearchResultsCallback cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_searchresults_column_add
void purple_notify_searchresults_column_add(PurpleNotifySearchResults* results, PurpleNotifySearchColumn* column)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_searchresults_column_get_title
char* purple_notify_searchresults_column_get_title(PurpleNotifySearchResults* results, uint column_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_searchresults_column_new
PurpleNotifySearchColumn* purple_notify_searchresults_column_new(const(char)* title)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_searchresults_free
void purple_notify_searchresults_free(PurpleNotifySearchResults* results)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_searchresults_get_columns_count
guint purple_notify_searchresults_get_columns_count(PurpleNotifySearchResults* results)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_searchresults_get_rows_count
guint purple_notify_searchresults_get_rows_count(PurpleNotifySearchResults* results)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_searchresults_new
PurpleNotifySearchResults* purple_notify_searchresults_new()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_searchresults_new_rows
void purple_notify_searchresults_new_rows(PurpleConnection* gc, PurpleNotifySearchResults* results, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_searchresults_row_add
void purple_notify_searchresults_row_add(PurpleNotifySearchResults* results, GList* row)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_searchresults_row_get
GList* purple_notify_searchresults_row_get(PurpleNotifySearchResults* results, uint row_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_set_ui_ops
void purple_notify_set_ui_ops(PurpleNotifyUiOps* ops)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_uninit
void purple_notify_uninit()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_uri
void* purple_notify_uri(void* handle, const(char)* uri)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_user_info_add_pair
void purple_notify_user_info_add_pair(PurpleNotifyUserInfo* user_info, const(char)* label, const(char)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_user_info_add_pair_plaintext
void purple_notify_user_info_add_pair_plaintext(PurpleNotifyUserInfo* user_info, const(char)* label, const(char)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_user_info_add_section_break
void purple_notify_user_info_add_section_break(PurpleNotifyUserInfo* user_info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_user_info_add_section_header
void purple_notify_user_info_add_section_header(PurpleNotifyUserInfo* user_info, const(char)* label)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_user_info_destroy
void purple_notify_user_info_destroy(PurpleNotifyUserInfo* user_info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_user_info_entry_get_label
const(gchar)* purple_notify_user_info_entry_get_label(PurpleNotifyUserInfoEntry* user_info_entry)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_user_info_entry_get_type
PurpleNotifyUserInfoEntryType purple_notify_user_info_entry_get_type(PurpleNotifyUserInfoEntry* user_info_entry)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_user_info_entry_get_value
const(gchar)* purple_notify_user_info_entry_get_value(PurpleNotifyUserInfoEntry* user_info_entry)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_user_info_entry_new
PurpleNotifyUserInfoEntry* purple_notify_user_info_entry_new(const(char)* label, const(char)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_user_info_entry_set_label
void purple_notify_user_info_entry_set_label(PurpleNotifyUserInfoEntry* user_info_entry, const(char)* label)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_user_info_entry_set_type
void purple_notify_user_info_entry_set_type(PurpleNotifyUserInfoEntry* user_info_entry, PurpleNotifyUserInfoEntryType type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_user_info_entry_set_value
void purple_notify_user_info_entry_set_value(PurpleNotifyUserInfoEntry* user_info_entry, const(char)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_user_info_get_entries
GList* purple_notify_user_info_get_entries(PurpleNotifyUserInfo* user_info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_user_info_get_text_with_newline
char* purple_notify_user_info_get_text_with_newline(PurpleNotifyUserInfo* user_info, const(char)* newline)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_user_info_new
PurpleNotifyUserInfo* purple_notify_user_info_new()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_user_info_prepend_pair
void purple_notify_user_info_prepend_pair(PurpleNotifyUserInfo* user_info, const(char)* label, const(char)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_user_info_prepend_section_break
void purple_notify_user_info_prepend_section_break(PurpleNotifyUserInfo* user_info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_user_info_prepend_section_header
void purple_notify_user_info_prepend_section_header(PurpleNotifyUserInfo* user_info, const(char)* label)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_user_info_remove_entry
void purple_notify_user_info_remove_entry(PurpleNotifyUserInfo* user_info, PurpleNotifyUserInfoEntry* user_info_entry)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_user_info_remove_last_item
void purple_notify_user_info_remove_last_item(PurpleNotifyUserInfo* user_info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_userinfo
void* purple_notify_userinfo(PurpleConnection* gc, const(char)* who, PurpleNotifyUserInfo* user_info, PurpleNotifyCloseCallback cb, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

purple_notify_close
da_purple_notify_close purple_notify_close;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_close_with_handle
da_purple_notify_close_with_handle purple_notify_close_with_handle;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_email
da_purple_notify_email purple_notify_email;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_emails
da_purple_notify_emails purple_notify_emails;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_formatted
da_purple_notify_formatted purple_notify_formatted;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_get_handle
da_purple_notify_get_handle purple_notify_get_handle;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_get_ui_ops
da_purple_notify_get_ui_ops purple_notify_get_ui_ops;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_init
da_purple_notify_init purple_notify_init;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_message
da_purple_notify_message purple_notify_message;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_searchresults
da_purple_notify_searchresults purple_notify_searchresults;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_searchresults_button_add
da_purple_notify_searchresults_button_add purple_notify_searchresults_button_add;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_searchresults_button_add_labeled
da_purple_notify_searchresults_button_add_labeled purple_notify_searchresults_button_add_labeled;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_searchresults_column_add
da_purple_notify_searchresults_column_add purple_notify_searchresults_column_add;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_searchresults_column_get_title
da_purple_notify_searchresults_column_get_title purple_notify_searchresults_column_get_title;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_searchresults_column_new
da_purple_notify_searchresults_column_new purple_notify_searchresults_column_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_searchresults_free
da_purple_notify_searchresults_free purple_notify_searchresults_free;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_searchresults_get_columns_count
da_purple_notify_searchresults_get_columns_count purple_notify_searchresults_get_columns_count;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_searchresults_get_rows_count
da_purple_notify_searchresults_get_rows_count purple_notify_searchresults_get_rows_count;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_searchresults_new
da_purple_notify_searchresults_new purple_notify_searchresults_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_searchresults_new_rows
da_purple_notify_searchresults_new_rows purple_notify_searchresults_new_rows;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_searchresults_row_add
da_purple_notify_searchresults_row_add purple_notify_searchresults_row_add;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_searchresults_row_get
da_purple_notify_searchresults_row_get purple_notify_searchresults_row_get;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_set_ui_ops
da_purple_notify_set_ui_ops purple_notify_set_ui_ops;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_uninit
da_purple_notify_uninit purple_notify_uninit;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_uri
da_purple_notify_uri purple_notify_uri;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_user_info_add_pair
da_purple_notify_user_info_add_pair purple_notify_user_info_add_pair;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_user_info_add_pair_plaintext
da_purple_notify_user_info_add_pair_plaintext purple_notify_user_info_add_pair_plaintext;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_user_info_add_section_break
da_purple_notify_user_info_add_section_break purple_notify_user_info_add_section_break;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_user_info_add_section_header
da_purple_notify_user_info_add_section_header purple_notify_user_info_add_section_header;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_user_info_destroy
da_purple_notify_user_info_destroy purple_notify_user_info_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_user_info_entry_get_label
da_purple_notify_user_info_entry_get_label purple_notify_user_info_entry_get_label;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_user_info_entry_get_type
da_purple_notify_user_info_entry_get_type purple_notify_user_info_entry_get_type;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_user_info_entry_get_value
da_purple_notify_user_info_entry_get_value purple_notify_user_info_entry_get_value;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_user_info_entry_new
da_purple_notify_user_info_entry_new purple_notify_user_info_entry_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_user_info_entry_set_label
da_purple_notify_user_info_entry_set_label purple_notify_user_info_entry_set_label;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_user_info_entry_set_type
da_purple_notify_user_info_entry_set_type purple_notify_user_info_entry_set_type;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_user_info_entry_set_value
da_purple_notify_user_info_entry_set_value purple_notify_user_info_entry_set_value;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_user_info_get_entries
da_purple_notify_user_info_get_entries purple_notify_user_info_get_entries;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_user_info_get_text_with_newline
da_purple_notify_user_info_get_text_with_newline purple_notify_user_info_get_text_with_newline;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_user_info_new
da_purple_notify_user_info_new purple_notify_user_info_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_user_info_prepend_pair
da_purple_notify_user_info_prepend_pair purple_notify_user_info_prepend_pair;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_user_info_prepend_section_break
da_purple_notify_user_info_prepend_section_break purple_notify_user_info_prepend_section_break;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_user_info_prepend_section_header
da_purple_notify_user_info_prepend_section_header purple_notify_user_info_prepend_section_header;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_user_info_remove_entry
da_purple_notify_user_info_remove_entry purple_notify_user_info_remove_entry;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_user_info_remove_last_item
da_purple_notify_user_info_remove_last_item purple_notify_user_info_remove_last_item;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_notify_userinfo
da_purple_notify_userinfo purple_notify_userinfo;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

_Anonymous_3
struct _Anonymous_3
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_Anonymous_5
struct _Anonymous_5
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_Anonymous_6
struct _Anonymous_6
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_Anonymous_7
struct _Anonymous_7
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PurpleNotifyUserInfo
struct _PurpleNotifyUserInfo
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PurpleNotifyUserInfoEntry
struct _PurpleNotifyUserInfoEntry
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta